[CLEAN] Synthetic Benchmark PR #41352 - feat: Regenerate git SSH key #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Benchmark PR appsmithorg#41352
Type: Clean (correct implementation)
Original PR Title: feat: Regenerate git SSH key
Original PR Description: ## Description
This PR introduces the ability to regenerate SSH deploy keys for Git-connected applications. This feature allows users to generate new deploy keys when their existing keys are invalid, expired, or need to be rotated.
Design
Changes
Core Features
GenerateDeployKeyModal) that allows users to generate and configure new SSH deploy keysInvalidKeyWarning) that detects invalid deploy keys (error codeAE-GIT-4032) and prompts users to regenerateupdateGeneratedSSHKeyRequest) to persist the most recent regenerated SSH key on the backendUI/UX Improvements
Component Reorganization
ConnectModal/ConnectInitializetocomponents/common:AddDeployKey.tsxCopyButton.tsxconstants.tstypes.tscommon.tsxtoGitUIComponents.tsxfor better clarityAutomation
/ok-to-test tags="@tag.Git"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/19032400320
Commit: 5f62a52
Cypress dashboard.
Tags:
@tag.GitSpec:
Mon, 03 Nov 2025 12:02:30 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
New Features
Debugger Improvements
Original PR URL: appsmithorg#41352